Carbon


MPCreateEvent

Header: Multiprocessing.h Carbon status: Supported

Creates an event group.

OSStatus MPCreateEvent (
    MPEventID *event
);
Parameter descriptions
event

On return, event contains the ID of the newly created event group.

function result

A result code.

DISCUSSION

Event groups are created from dynamically allocated internal resources. Other tasks may be competing for these resources so it is possible that this function will not be able to create an event group.

Also see the function MPDeleteEvent.

VERSION NOTES

Introduced with Multiprocessing Services 2.0.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)